R package learningtower: Exploring standardised test scores across the globe

Abstract:

An abstract of less than 150 words - Discuss what the paper talks about with a little introduction.

Cite PDF Tweet
Priya Ravindra Dingorkar https://www.linkedin.com/in/priya-dingorkar/ (Monash University) , Kevin Wang https://kevinwang09.github.io/ (University of Sydney) , Di Cook http://dicook.org/ (Monash University)

Introduction

The Organization for Economic Cooperation and Development (OECD) is a global organization that aims to create better policies for better lives. Their mission is to create policies that promote prosperity, equality, opportunity, and well-being for all.

PISA is one of the OECD’s Programme for International Student Assessment. PISA assesses 15-year-olds potential to apply their knowledge and abilities in reading, mathematics, and science to real-world challenges. The OECD launched this in 1997, it was initially administered in 2000, and it currently includes over 80 nations. The PISA study, conducted every three years, provides comparative statistics on 15-year-olds performance in reading, maths, and science.

What is PISA?

R package - learningtower

Data Description

Data Compilation

Data Structure

Exploratory Data Analysis

Gender Analysis

Socioeconomic Factors Analysis

Temoral Trend Australia

Future Developments

Summary

Figure 1 shows an interactive plot of the palmerpenguins data (Horst, Hill, and Gorman 2020), made using the plotly package. This data features three penguin species which has a lovely illustration by Alison Horst in Figure ??.

p <- penguins %>% 
  ggplot(aes(x = bill_depth_mm, y = bill_length_mm, 
             color = species)) + 
  geom_point()
ggplotly(p)

Figure 1: A basic interactive plot made with the plotly package on palmer penguin data. Three species of penguins are plotted with bill depth on the x-axis and bill length on the y-axis. When hovering on a point, a tooltip will show the exact value of the bill depth and length for that point, along with the species name.

Wang and Cook (2021)

We have displayed various tooltips that are available in the package ToOoOlTiPs.

Horst, Allison Marie, Alison Presmanes Hill, and Kristen B Gorman. 2020. Palmerpenguins: Palmer Archipelago (Antarctica) Penguin Data. https://allisonhorst.github.io/palmerpenguins/.
Wang, Earo, and Dianne Cook. 2021. “Conversations in Time: Interactive Visualisation to Explore Structured Temporal Data.” The R Journal. https://doi.org/10.32614/RJ-2021-050.

References

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".